home *** CD-ROM | disk | FTP | other *** search
- Path: wzv.win.tue.nl!not-for-mail
- From: wietse@wzv.win.tue.nl (Wietse Venema)
- Newsgroups: comp.dcom.modems
- Subject: Re: ZyXEL U1496E and SunOS setup
- Date: 24 Mar 1996 20:41:50 +0100
- Organization: Eindhoven University of Technology, The Netherlands
- Message-ID: <4j48hu$qvb@wzv.win.tue.nl>
- References: <4i1m81$c1q@netline-fddi.jpl.nasa.gov>
- NNTP-Posting-Host: wzv.win.tue.nl
-
- Use /dev/ttya for logins *TO* your machine, use /dev/cua0 for dial-out
- purposes. I have used this for years on numerous SUNs.
-
- In my /dev directory:
-
- crw-rw-rw- 1 root 12, 128 Dec 23 15:17 /dev/cua0
- crw--w--w- 1 root 12, 0 Jan 18 23:55 /dev/ttya
-
- You need to make the cua0 by hand (with the mknod command).
-
- In my /etc/ttytab:
-
- ttya "/usr/etc/agetty -h -t60 38400" unknown on modem
-
- This is needed only if you want to dial into the SUN. agetty is my
- replacement getty program. The system getty should be usable, too.
-
- Wietse
-